| popupWindows | ||
| open | http://localhost:8080/Web_Project_1/seleniumTest.jsp | |
| pause | 2000 | |
| click | link=Popup Window Demos | |
| pause | 2000 | |
| click | css=button | |
| assertAlert | I am an alert box! | |
| pause | 1000 | |
| click | //button[@onclick='myFunction1()'] | |
| assertConfirmation | Press a button! | |
| answerOnNextPrompt | Mickey | |
| click | //button[@onclick='myFunction2()'] | |
| assertPrompt | Please enter your name | |
| click | //a[contains(@href, 'smallPopup.html')] | |